Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added docker cleanup auto-fixture to improve tests stability #396

Merged
merged 3 commits into from
Sep 7, 2024

Conversation

Nusnus
Copy link
Member

@Nusnus Nusnus commented Sep 7, 2024

No description provided.

@Nusnus Nusnus added the ci GitHub workflow or CI related label Sep 7, 2024
@Nusnus Nusnus self-assigned this Sep 7, 2024
Copy link

codecov bot commented Sep 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 24.02%. Comparing base (c474854) to head (f67f6e4).
Report is 37 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #396   +/-   ##
=======================================
  Coverage   24.02%   24.02%           
=======================================
  Files          41       41           
  Lines        1286     1286           
  Branches      254      254           
=======================================
  Hits          309      309           
  Misses        949      949           
  Partials       28       28           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Nusnus Nusnus marked this pull request as ready for review September 7, 2024 14:48
@Nusnus Nusnus merged commit acd8010 into celery:main Sep 7, 2024
35 checks passed
@Nusnus Nusnus deleted the hotfix branch September 7, 2024 14:48
Nusnus added a commit to Nusnus/pytest-celery that referenced this pull request Sep 13, 2024
Nusnus added a commit that referenced this pull request Sep 13, 2024
* Removed "--maxclients 100000" from Redis containers default CMD

* Fix Redis memory overcommit warning by adding Redis configuration options

- Added --save "", --appendonly no, and --maxmemory-policy noeviction to Redis startup command
- Resolves the vm.overcommit_memory warning without using sysctl

* Fix Redis protected mode warning by disabling protected mode

Disabled Redis protected mode using the --protected-mode no option to
resolve the "Possible SECURITY ATTACK detected" warning during tests.
Protected mode is disabled because environments may trigger false positives
due to network interactions, causing Redis to exit unexpectedly.

This allows Redis to continue running without misinterpreting internal
connections as attacks.

* Revert "Added docker cleanup auto-fixture to improve tests stability (#396)"

This reverts commit acd8010.

* Reduced "xdist" and "parallel" tox env reruns from 5 to 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci GitHub workflow or CI related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant